- addOnError
IHipFSPromise addOnError(void delegate(string error) onError)
Undocumented in source. Be warned that the author may not have intended to support it.
- addOnSuccess
IHipFSPromise addOnSuccess(FileReadResult delegate(in ubyte[] data) onSuccess)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- resolved
bool resolved()
Undocumented in source. Be warned that the author may not have intended to support it.
- setFinished
FileReadResult setFinished(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.